home *** CD-ROM | disk | FTP | other *** search
- #include <SoundInput.h>
- #include <Sound.h>
- #include <Types.h>
- #include <iostream.h>
- #include <Memory.h>
- #include <DeskBus.h>
- #include <LowMem.h>
- #include <math.h>
- #include <OSUtils.h>
- //#include <bool.h>
- #include <MixedMode.h>
-
- //const int kBufferSize = 256;
- const int kBufferSize = 128;
- //const int kBufferExp = 7; // kBufferSize = sizeof(short) * 2 ^ kBufferExp
- const int reevalThresh = 400;
-
- #define fixed short
-
- asm long abs (long a);
- void lights (SPBPtr ignore1, Ptr ignore2, short ignore3, long ignore4);
- void ADBComp (Ptr ignore1, Ptr ignore2, long ignore3);
- void DefTask (long ignore1);
-